Micron Document
baubs git

Node / mirrors / respira / files / vite.config.electron.mts

Displaying Raw • Download

vite.config.electron.mts fix/state-during-render-usePatternTransform (47e32ef8) Text, 279 B

import { defineConfig } from 'vite';

// For Electron Forge's Vite plugin, this config is used for main and preload processes
// The renderer config is in vite.config.mts
export default defineConfig({
build: {
rollupOptions: {
external: ['electron'],
},
},
});

Served by rngit 1.4.2 - Generated in 0.02s